home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / wb / md1_8.lha / MultiDisplay / SrC / md_strings.h < prev    next >
C/C++ Source or Header  |  1997-09-06  |  4KB  |  150 lines

  1. /*
  2. **
  3. ** MULTI DISPLAY
  4. ** " Le vrai-faux viewer universel "
  5. */
  6.  
  7. #ifndef MD_STRINGS_H
  8. #define MD_STRINGS_H
  9.  
  10. #define MAX_BUFFER 512
  11. #define SYSTEMFAIL (-1L) /* SystemTagList() */
  12.  
  13. #define CATCOMP_NUMBERS
  14. #define CATCOMP_BLOCK
  15.  
  16. /****************************************************************************/
  17.  
  18.  
  19. /* This file was created automatically by CatComp.
  20.  * Do NOT edit by hand!
  21.  * Oops ! I did it ... Sorry !
  22.  */
  23.  
  24. #include <exec/types.h>
  25.  
  26. #ifdef CATCOMP_ARRAY
  27. #undef CATCOMP_NUMBERS
  28. #undef CATCOMP_STRINGS
  29. #define CATCOMP_NUMBERS
  30. #define CATCOMP_STRINGS
  31. #endif
  32.  
  33. #ifdef CATCOMP_BLOCK
  34. #undef CATCOMP_STRINGS
  35. #define CATCOMP_STRINGS
  36. #endif
  37.  
  38.  
  39. /****************************************************************************/
  40.  
  41.  
  42. #ifdef CATCOMP_NUMBERS
  43.  
  44. #define MSG_KSVERSION 1
  45. #define MSG_NOLIBS 2
  46. #define MSG_NOMATCH 3
  47. #define MSG_UNKNOWNID 4
  48. #define MSG_SHOWID 5
  49. #define MSG_NOICON 6
  50. #define MSG_REQFILE_TITLE 7
  51. #define MSG_REQINFO_TITLE 8
  52. #define MSG_ICON_TITLE 9
  53. #define MSG_QUIT_APPICON 10
  54.  
  55. #endif /* CATCOMP_NUMBERS */
  56.  
  57.  
  58. /****************************************************************************/
  59.  
  60.  
  61. #ifdef CATCOMP_STRINGS
  62.  
  63. #define MSG_KSVERSION_STR "KS3.x ou supérieur nécessaire...\n"
  64. #define MSG_NOLIBS_STR "Impossible d'ouvrir une des librairies nécessaires...\n"
  65. #define MSG_NOMATCH_STR "Aucun fichier ne correspond à\n%s"
  66. #define MSG_UNKNOWNID_STR "Impossible de déterminer le type de\n%s"
  67. #define MSG_SHOWID_STR "Nom : %s\nType : %s"
  68. #define MSG_NOICON_STR "Impossible de créer une AppIcon.\nL'icône de MD ou l'icône par défaut\nn'existe pas !"
  69. #define MSG_REQFILE_TITLE_STR "Choisir un fichier à ouvrir"
  70. #define MSG_REQINFO_TITLE_STR "MultiDisplay 1.8"
  71. #define MSG_ICON_TITLE_STR "MultiDisplay"
  72. #define MSG_QUIT_APPICON_STR "Merci d'avoir utilisé MultiDisplay.\nL'Amiga vaincra ...\ncolinf@chez.com (Fabrice Colin)"
  73.  
  74. #endif /* CATCOMP_STRINGS */
  75.  
  76.  
  77. /****************************************************************************/
  78.  
  79.  
  80. #ifdef CATCOMP_ARRAY
  81.  
  82. struct CatCompArrayType
  83. {
  84.     LONG   cca_ID;
  85.     STRPTR cca_Str;
  86. };
  87.  
  88. static const struct CatCompArrayType CatCompArray[] =
  89. {
  90.     {MSG_KSVERSION,(STRPTR)MSG_KSVERSION_STR},
  91.     {MSG_NOLIBS,(STRPTR)MSG_NOLIBS_STR},
  92.     {MSG_NOMATCH,(STRPTR)MSG_NOMATCH_STR},
  93.     {MSG_UNKNOWNID,(STRPTR)MSG_UNKNOWNID_STR},
  94.     {MSG_SHOWID,(STRPTR)MSG_SHOWID_STR},
  95.     {MSG_NOICON,(STRPTR)MSG_NOICON_STR},
  96.     {MSG_REQFILE_TITLE,(STRPTR)MSG_REQFILE_TITLE_STR},
  97.     {MSG_REQINFO_TITLE,(STRPTR)MSG_REQINFO_TITLE_STR},
  98.     {MSG_ICON_TITLE,(STRPTR)MSG_ICON_TITLE_STR},
  99.     {MSG_QUIT_APPICON,(STRPTR)MSG_QUIT_APPICON_STR},
  100. };
  101.  
  102. #endif /* CATCOMP_ARRAY */
  103.  
  104.  
  105. /****************************************************************************/
  106.  
  107.  
  108. #ifdef CATCOMP_BLOCK
  109.  
  110. static const char CatCompBlock[] =
  111. {
  112.     "\x00\x00\x00\x01\x00\x22"
  113.     MSG_KSVERSION_STR "\x00"
  114.     "\x00\x00\x00\x02\x00\x38"
  115.     MSG_NOLIBS_STR "\x00\x00"
  116.     "\x00\x00\x00\x03\x00\x22"
  117.     MSG_NOMATCH_STR "\x00\x00"
  118.     "\x00\x00\x00\x04\x00\x28"
  119.     MSG_UNKNOWNID_STR "\x00\x00"
  120.     "\x00\x00\x00\x05\x00\x14"
  121.     MSG_SHOWID_STR "\x00\x00"
  122.     "\x00\x00\x00\x06\x00\x54"
  123.     MSG_NOICON_STR "\x00"
  124.     "\x00\x00\x00\x07\x00\x1C"
  125.     MSG_REQFILE_TITLE_STR "\x00"
  126.     "\x00\x00\x00\x08\x00\x12"
  127.     MSG_REQINFO_TITLE_STR "\x00\x00"
  128.     "\x00\x00\x00\x09\x00\x0E"
  129.     MSG_ICON_TITLE_STR "\x00\x00"
  130.     "\x00\x00\x00\x0A\x00\x58"
  131.     MSG_QUIT_APPICON_STR "\x00"
  132. };
  133.  
  134. #endif /* CATCOMP_BLOCK */
  135.  
  136.  
  137. /****************************************************************************/
  138.  
  139.  
  140. struct LocaleInfo
  141. {
  142.     APTR li_LocaleBase;
  143.     APTR li_Catalog;
  144. };
  145.  
  146. /****************************************************************************/
  147.  
  148.  
  149. #endif /* MD_STRINGS_H */
  150.